home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Shareware World / Shareware Feature / PageSpinner 2.0.1 / Examples / Miscellaneous / Font Face < prev    next >
Text File  |  1997-06-17  |  2KB  |  51 lines

  1. <HTML><HEAD>
  2. <TITLE>Font Face Example</TITLE>
  3. </HEAD>
  4. <BODY BGCOLOR="#FFFFFF">
  5. <CENTER>
  6. <FONT SIZE=5 FACE="Helvetica,Arial">Font Face Examples</FONT>
  7. <P>
  8. </CENTER>
  9.  
  10. <CENTER><FONT SIZE=2 FACE="Helvetica,Arial">Both Netscape 3.0 and Microsoft Internet Explorer features an additional attribute in the FONT tag,<BR>
  11. that allows you to specify different fonts in your text.</FONT></CENTER>
  12.  
  13. <P>
  14. <HR Size="1">
  15. The FACE attribute should contain a comma-delimited list of recommended fonts to display the text in. The first Font name is the recommended choice, if this font isn't installed in the system the following font should be used, etc. 
  16.  
  17. <XMP><FONT SIZE=4 FACE="Helvetica,Arial"></XMP>
  18.  
  19. <P>
  20. Since you never know if there are fonts available in the reader's system you shouldn't make your layout depend upon some fonts installed in your system.
  21. <P>
  22. The samples below use font names that most likely are available on MacOS and Windows systems.
  23. <HR Size="1">
  24.  
  25. <P>
  26. <FONT SIZE=4 FACE="Helvetica,Arial">Helvetica,Arial</FONT>
  27.  
  28. <P>
  29. <B><FONT SIZE=4 FACE="Helvetica,Arial">Helvetica,Arial (Bold)</FONT></B>
  30.  
  31. <P>
  32. <B><FONT SIZE=4 FACE="Helvetica,Arial" COLOR="#DF0B21">Helvetica,Arial (Bold+Red)</FONT></B>
  33. <HR>
  34. <P>
  35. <FONT SIZE=4 FACE="Times, Times New Roman">Times, Times New Roman</FONT>
  36.  
  37. <P>
  38. <B><FONT SIZE=4 FACE="Times, Times New Roman">Times, Times New Roman (Bold)</FONT></B>
  39. <HR>
  40.  
  41. <P>
  42. <FONT SIZE=3 FACE="Courier, Courier New, Monaco">Courier, Courier New, Monaco</FONT>
  43.  
  44. <P>
  45. <B><FONT SIZE=3 FACE="Courier, Courier New, Monaco">Courier, Courier New, Monaco (Bold)</FONT></B>
  46. <HR>
  47.  
  48.  
  49. </BODY>
  50. </HTML>
  51.